home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / Formula1.swf / scripts / DefineButton2_214 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-07-27  |  565 b   |  24 lines

  1. on(release){
  2.    loadVariablesNum("http://vodafone.panlogic.co.uk/champion.html",0);
  3.    tellTarget("_root.speed_bar")
  4.    {
  5.       gotoAndStop(41);
  6.       tellTarget("_root.steering_bar")
  7.       {
  8.          gotoAndStop(36);
  9.          tellTarget("_root.acc_bar")
  10.          {
  11.             gotoAndStop(36);
  12.             tellTarget("_root.brake_bar")
  13.             {
  14.                gotoAndStop(46);
  15.                tellTarget("_root.title1")
  16.                {
  17.                   gotoAndStop("advanced");
  18.                }
  19.             }
  20.          }
  21.       }
  22.    }
  23. }
  24.